快取驅動類別
驅動程式¶ · Alternative PHP Cache (APC) 快取¶ · 檔案快取¶ · Memcached 快取¶ · WinCache 快取¶ · Redis 快取¶ · Dummy 快取¶.
Cache - Laravel 11.x
Laravel supports popular caching backends like Memcached, Redis, DynamoDB, and relational databases out of the box. In addition, a file based cache driver is ...
Cache - Laravel
Laravel 提供了一套統一的API 給各種不同的快取系統,快取的設定檔都放在 config/cache.php 中,在這個檔案中,你可以指定在你的應用程式中,你預設想用哪個快取驅動, ...
Caching in PHP Web Applications
2023年7月31日 — APCu (APC User Cache) is a PHP extension that provides an in-memory key-value store that can store and retrieve data quickly. It is a successor ...
PHP Cache - PHP
PHP Cache¶. The PHP Cache organization is dedicated to providing solid, powerful, flexible, and lightweight caching libraries for PHP projects.
OPcache
opcache_compile_file — Compiles and caches a PHP script without executing it · opcache_get_configuration — Get configuration information about the cache ...
Phpfastcache
Phpfastcache is an abstract PHP cache library made for building reactive apps using various backend such as Redis, Couchdb, Couchbase, Cassandra, etc.
Quick Tip
2023年3月7日 — PHP provides several functions specifically for caching data, including apc_store() , memcache_set() , and xcache_set() . These functions can be ...
PHP加速軟件
Alternative PHP Cache(APC)是一套開放原始碼的自由PHP加速軟體,除了可以把將PHP編譯產生的bytecode暫存在共享記憶體內重複使用,亦會把中間碼作優化。 能同所有版本的 ...